body {
  font-size: 14px;
  line-height: 1.53846154;
  color: #666;
  }
  #map{width: 100%;height: 400px;}
a {
  color: #666;
  }
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
  }
ul,li{
  list-style: none;
  padding-left: 0;
}
.nav-tabs {
    border-bottom:0;
}
.text-uppercase{
  text-transform: uppercase;
}
/*导航样式*/
.site-header.position {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: rgba(0,0,0,0.06);
}
.site-header.position1 #tophead {
  background: #222;
}
.site-header.position1 .met-nav {
  background: #fff;
}
.site-header.position1 .nav > li > a {
  color: #222 !important;
}
.site-header #tophead {
  padding: 6px 0;
  border-bottom: 1px solid rgba(181, 181, 181, 0.3);
  font-size: 14px;
}
.site-header #tophead ul {
  margin-bottom: 0;
  padding-left: 0px;
}
.site-header #tophead a {
  color: #fff;
}
.site-header #tophead .tophead-contact {
  float: left;
}
.site-header #tophead .tophead-contact li {
  display: inline-block;
  margin-right: 10px;
}
.site-header #tophead .tophead-contact li i {
  color: #cdaf65;
  padding-right: 10px;
}
.site-header #tophead .tophead-right {
  color: #fff;
  float: right;
}
.site-header #tophead .tophead-right i {
  color: #cdaf65;
  padding-right: 10px;
}
.dropdown-menu > li > a:focus{
  background: none;
}
@media (max-width: 767px) {
  .site-header #tophead {
    display: none;
  }
}

.rat-nav {
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  border: 0px;
  background: none;
}
.rat-nav [class*=animation-] {
  -webkit-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.navbar .navbar-header .navbar-logo {
  height: 77px;
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
}
.rat-nav .navbar-logo img {
  max-height: 60px;
  margin-top: 13px;
}
.logo2{
 display: none;
}
@media (max-width: 991px) {
  .rat-nav .navbar-logo img {
    max-height: 40px;
    padding-left: 15px;
  }

  .navbar-fixed-top{position: inherit;}
}
.rat-nav .navbar-toggle {
  height: 50px;
  float: right;
}
.rat-nav .nav > li > a {
  color: #fff;
  font-size:16px;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.rat-nav .nav > li:last-child > a {
	background-color: #fff;
	color: #333;
	padding: 0px 10px;
	line-height: 35px;
	height: 35px;
	margin-top: 30px;
	border-radius: 10px;
}
.rat-nav .nav > li > a.hs {
  color: #fdce19;
  font-size:16px;
  font-weight: bold;
}
.rat-nav .nav > li > a:focus {background: none;}
.rat-nav .nav > li:last-child > a:focus {
	background-color: #fff;}
.rat-nav .nav > li > a i {
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.rat-nav .nav li.nav-margin-left {margin-left: 30px;}
@media (max-width: 767px) {
  .rat-nav .nav > li > a {
    padding: 10px 15px;
    line-height: 25px;
  }
  .logo1, .logo2{
    display: none;
    }
    
  .navbar-header {
  background: #fff;
  border-bottom: 2px solid #cdaf65;}
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  	background: none;
  }
}
@media (max-width: 991px) {
  .rat-nav .nav > li > a > i {
    float: right;
  }

}

.rat-nav .nav > li > a:hover,
.rat-nav .dropdown.open > a {
  color: #fff !important;
  background: none;
}
.rat-nav .nav > li:last-child > a:hover {
	background-color: #fff;
	color: #333!important;
}
.rat-nav .dropdown.open > a.hs {
  color: #fdce19 !important;
  background: none;
  font-weight: bold;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background: none;
  color: #fff;
}
.rat-nav .nav > li > a:hover i,
.rat-nav .dropdown.open > a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}
.rat-nav .rat-nav-login {
  padding-top: 15px;
  text-align: center;
}
.rat-nav .dropdown-menu > li > a {
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rat-nav .dropdown-menu > li > a:hover {
  background: none;
  text-indent: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rat-nav .dropdown-menu {
    min-width: 120px;}
@media (min-width: 768px) {
  .rat-nav .nav > li > a {
    padding: 0px;
    height: 90px;
    line-height: 90px;
  }
  .rat-nav .dropdown-menu {
    top: 90px;
    border: 0px;
  background: #fff !important;
  }
  .rat-nav .dropdown-menu a {
    color: #666;
    padding: 10px 20px;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a i {
    position: absolute;
    right: 10px;
  }
  .rat-nav .dropdown-menu.bullet {
    top: 90px;
  }
  .navbar-right .dropdown-menu {
    right: -50%;
    left: auto;}
  /*.dropdown-menu.bullet:after,.dropdown-menu.bullet:before{position:absolute;right:30px;display:inline-block;width:0;height:0;content:'';border:7px solid transparent;border-top-width:0}
  .dropdown-menu.bullet:before{top:-7px;border-bottom-color:#cdaf65 !important;}
  /*.dropdown-menu.bullet:after{top:-6px;border-bottom-color:#de0010 !important;}*/*/
}
.btn-more1{ margin-bottom: 20px; padding: 10px 20px; }
@media (max-width: 991px) {
  .rat-nav .dropdown-menu .dropdown-submenu > a:after {
    display: none;
  }
  .rat-nav .dropdown-menu .dropdown-submenu > a > i {
    float: right;
  }
}
@media (max-width: 767px) {
  .rat-nav .navbar-collapse-toolbar {
    background: #fff;}
  .rat-nav .nav > li {
    margin-left: 0px !important;
  }
  .rat-nav .nav li a, .rat-nav .nav li a.active {
    color: #000 !important;
  }
  .rat-nav .nav li a.hs, .rat-nav .nav li a.hs.active {
    color: #de0010 !important;
  }
  .rat-nav .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .rat-nav .dropdown-menu.bullet:before,
  .rat-nav .dropdown-menu.bullet:after {
    display: none;
  }
  .rat-nav .navbar-collapse-toolbar {
    position: absolute;
    width: 100%;
  }
  .rat-nav .navbar-collapse-toolbar.in {
    overflow-y: scroll;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
  }
  .rat-nav .navbar-logo {
    float: none;
    max-height: 60px;
    margin: 0 auto;
  }
  .ainfo p {
    margin: 20px 20px 0px 20px;
    line-height: 30px;
}
.ny-ainfo,.rat-editor,.rat-shownews-footer{
      padding: 0 4%;
    }
.shipin{
  width: 100% !important;
  height: auto !important;
}
.h-card .overlay {
    min-height:280px !important;
}
.animate-list-2{
  background: url(../images/pbg1.jpg) no-repeat !important;
  min-height: inherit !important;
}




}
.vertical-align {display: inline-table;}
.vertical-align-middle{display: table-cell;vertical-align: middle;}

.stricky-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  background: #fff;
  width: 100%;
}
.stricky-fixed .nav > li > a,.stricky-fixed .nav > li > a:hover {
  color: #222 !important;
}
.stricky-fixed .nav > li:last-child > a {
    background-color: #de0010;
    color: #fff !important;
    padding: 0px 10px;
    line-height: 35px;
    height: 35px;
    margin-top: 30px;
    border-radius: 10px;
}
.stricky-fixed .nav > li > a.hs,.stricky-fixed .nav > li > a.hs:hover  {
  color: #de0010 !important;
}
.stricky-fixed .dropdown.open > a {
    color: #222 !important;
    background: none;
}

/*手机板面导航*/
.hamburger {
  font-size: 20px;
  vertical-align: middle;
}
.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  -webkit-transition: -webkit-transform .2s ease-in-out;
       -o-transition:      -o-transform .2s ease-in-out;
          transition:         transform .2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
  content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  display: block;
  width: 1em;
  height: .1em;
  margin: 0;
  background: #fff;
  border-radius: 1px;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
  background: #76838f;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
  background: #fff;
}
.hamburger .hamburger-bar {
  margin: .2em 0;
}
.hamburger-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
  opacity: 0;
}
.hamburger-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
  opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
  border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}



/*banner*/
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 30%;
    left: 15%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption h3{ font-size: 68px;}
.carousel-caption p{ font-size: 30px; }

@media (max-width:991px) {

}

@media (max-width:767px) {
.carousel-caption h3{ font-size:24px; margin-bottom: 0px;}
.carousel-caption p{ font-size: 16px; }
}

@media (min-width:767px){
  .stricky-fixed .logo2{
  display: block;
  }
  .stricky-fixed .logo1{
    display: none;
  }
}
.tel{
	display: none;
}
@media (max-width:767px){
  .tel{
  	display: block;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 1%;
	border-radius: 15px;
	background: #de0010;
	width: 60vw;
	margin-left: 19vw;
	text-align: center;
	padding: 1vw;
	z-index: 999999999999999;
	color: #fff;
  }
  .tel a{
	  color: #fff;
	  font-size: 18px;
  }
}

.about-us{
  margin-top: 40px;
  
}
.about-us .box1{
  padding-left: 44%
}
.about-us .box1 .ainfo{
  min-height: 170px;
}
.about-us .box2{
  margin-top: 15px;
  padding: 10px 0;
  background:#2787de;
  height: 200px;
  margin-left: 20%;
}
.about-img{
  position: absolute;
  width: 40.6%;
  left: 0;
}
.box1 h2{
  color: #3e7ab5;
  font-size: 24px;
}
.box1 h2 span{
  color: #d5000f;
}
.ainfo p{
  margin-top: 20px;
  line-height: 24px;
}
.amore a{
  background: #2787de;
  padding:6px 20px;
  color: #fff;
}
.amore i{
  color: #fff;
}
.icon1{
  color: #fff;
}
.icon1 h2{
  background: url(../images/icon1.png) no-repeat left 5px;
  font-size: 27px;
  padding-left: 30px;
  font-weight: normal;
  padding-bottom: 10px;
  position: relative;
}
.icon2 h2{
  background: url(../images/icon2.png) no-repeat left 5px;}
.icon3 h2{
  background: url(../images/icon3.png) no-repeat left 5px;}
.icon4 h2{
  background: url(../images/icon4.png) no-repeat left 5px;}
.icon1 h2:after,.ser-tit:after{
  position: absolute;
  left: 17%;
  bottom: 0;
  background: #fcc10f;
  width: 30px;
  height: 2px;
  content: "";
}
.icon1 p{
  line-height: 24px;
  font-size: 13px;
}
.service{
  margin-top: 18px;
  margin-bottom: 18px;
}
.text-uppercase{
  text-transform: uppercase;
}
.ser-tit{
  position:relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ser-tit:after{
  left: 50%;
  transform: translateX(-50%);
  background: #de000b;
}
.ser-tit h2{
  font-size: 40px;
  color: #444;
  font-weight: normal;
}
.ser-tit h3{
  font-size: 24px;
}
.video-left{
  background-color: #00b2d5;
  color: #fff;
  overflow: hidden;
  min-height: 397px;
  margin-bottom: 10px;
}
.service .col-md-8,.service .col-md-4{
  padding-left: 0;
  padding-right: 0;
}
.video-tit{
  padding: 32px 50px;
}
.video-tit h2{
  color: #d5000f;
  margin-bottom: 20px;
}
.video-tit p{
  line-height: 27px;
}
img,input,select{vertical-align:middle;}
textarea{resize:none;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:"";line-height:0;}
body{background:#fff;font-size:14px;font-family:"微软雅黑";}
.animate-list-2{
  margin:0 auto;
  background: url(../images/pbg.jpg) no-repeat center 25%;
  overflow: hidden;
  min-height: 500px;}
.animate-list-2 ul{display:flex;margin:0 auto;justify-content:space-between;width:100%;}
.animate-list-2 .item{position:relative;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 7px;margin-right:-1px;width:20%;height:580px;perspective:800px;}
.animate-list-2 .item-inner{position:absolute;width:100%;height:100%; background: rgba(0,0,0,0.03);}
.animate-list-2 .item-front{position:absolute;width:100%;height:298px;color:#333;text-align:center;}
.animate-list-2 .item-front h6{padding:24px 0;color:#333;font-weight:400;font-size:18px;}
.animate-list-2 .item-front h6 span{color:red;font-size:26px;}
.animate-list-2 .item-front h5{padding:35px 0;font-weight:400;font-size:22px;}
.animate-list-2 .item-front .icon-img{display:block; padding-top: 50%;}
.animate-list-2 .item-front p{text-align:left;font-size:14px;line-height:22px;padding: 0 22px;}
.animate-list-2 .item-behind .sbg-text{ background: #fff; color: #333; padding: 42px 30px; }
.animate-list-2 .item-behind .sbg-text h2{ position: relative; color: #1458a3; font-size: 22px; padding-bottom: 15px;}
.animate-list-2 .item-behind .sbg-text h2:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 52px;
  height: 3px;
  background: #1458a3;
}
.animate-list-2 .item-behind{position:absolute;top:0px;left:0px;display:none;padding:0px;height:380px;}
.animate-list-2 .item-behind h6{padding:5px 0 0;padding:20px 0;border-bottom:1px solid #b0d2ec;text-align:center;font-weight:400;font-size:24px;line-height:50px;}
.animate-list-2 .item-behind dl{margin:5px 0 10px;padding:20px 0;}
.animate-list-2 .item-behind dt i{display:inline-block;margin-right:10px;width:7px;height:11px;background-image:url(/images/2016/xc/behind_icon_bg.png);}
.animate-list-2 .item-behind dt{font-size:14px;line-height:30px;}
.animate-list-2 .item-behind dd{font-size:12px;line-height:18px;}
.animate-list-2 .item-behind .dashed{height:0;border-bottom:1px dashed #b0d2ec;}
.animate-list-2 .btn-area{position:absolute;bottom:5px;left:10px;font-size:0;}
.animate-list-2 .btn-area a{display:inline-block;margin-right:5px;height:34px;border-style:solid;border-width:1px;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;line-height:34px;cursor:pointer;}
.animate-list-2 .btn-area .bbtn-1{width:86px;border-color:#fff;background-color:#fff;color:#229ffd;}
.animate-list-2 .btn-area .bbtn-2{width:46px;border-color:#fff;background-color:#2c9ef3;color:#fff;}
.animate-list-2 .btn-area .bbtn-3{width:46px;border-color:#fff;background-color:#2c9ef3;color:#fff;}
.animate-list-2 .item-open .item-behind{display:block;}
.animate-list-2 .item-open .item-front{display:none;}
.animate-list-2 .item-adm .item-inner{transition:transform .5s ease;transform-origin:right center;transform-style:preserve-3d;}
.animate-list-2 .item-adm .item-front{display:block;opacity:1;transition:all .5s ease .1s;}
.animate-list-2 .item-adm .item-behind{display:block;opacity:0;transition:all .5s ease .1s;transform:rotateY(180deg);}
.animate-list-2 .item-open-adm .item-inner{z-index:2;transform:translateX(-100%) rotateY(-180deg);}
.animate-list-2 .item-open-adm .item-front{display:none;opacity:0;}
.animate-list-2 .item-open-adm .item-behind{opacity:1;}
.jzmb{}
.jzmb h3{margin:20px;padding:20px 10px;border-bottom:1px dotted #fff;color:#fff;text-align:center;font-size:18px;}
.jzmb p{margin-top:10px;padding:0 10px;font-size:12px;line-height:20px;}
.jzmb_bottom{padding:10px 0;}
.jzmb_bottom li{float:left;width:100%;color:#a3a3a3;font-size:14px;line-height:38px;}
.jzmb_bottom li span{color:red;}

@media screen and (min-width:768px){
.item-adm:hover .item-inner{z-index:2;transform:translateX(-100%) rotateY(-180deg);}
.item-adm:hover .item-behind{opacity:1;}
.item-adm:hover .item-front{display:none;opacity:0;}
}

@media screen and (max-width:767px){
.animate-list-2 ul{display:block;margin:0 auto;width:100%;}

.animate-list-2 ul li:nth-of-type(1){background:  url(../images/list_1.jpg);background-size: cover;}
.animate-list-2 ul li:nth-of-type(2){background:  url(../images/list_2.jpg);background-size: cover;}
.animate-list-2 ul li:nth-of-type(3){background:  url(../images/list_3.jpg);background-size: cover;}
.animate-list-2 ul li:nth-of-type(4){background:  url(../images/list_4.jpg);background-size: cover;}
.animate-list-2 ul li:nth-of-type(5){background:  url(../images/list_5.jpg);background-size: cover;}
.animate-list-2 .item{position:relative;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 7px;margin-right:-1px;width:100%;min-height:400px;perspective:800px;margin:10px 0;}
}
@media screen and (max-width: 767px) {
  .animate-list-2 .item{
    height: 200px;
    min-height:200px;
  }
  .rat-nav .navbar-logo{    
    width: 85%;
}
.rat-nav .navbar-logo img {
  max-height: 60px;
  margin-top: 1px;
}
  .animate-list-2 .item-front .icon-img{
    padding-top: 20px;
  }
  #tab2Content4{padding: 0 4%;}
  #tab2Content5 p{ padding: 0 4%; }
}
.case{ margin-top: 35px;margin-bottom: 35px; }
.case1 {
    width: 25%;
    float: left;
}
.case2 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.Team-Item { margin: 0px; position: relative; }
.c10{ margin-bottom: 10px; }
.Team-pic { overflow: hidden; }
.Team-pic img { transition: all 0.3s linear; width: 100%; }
.Team-pic:hover img{ transform:scale(1.3,1.3); }
.Team-intro { position: absolute; left: 0; bottom: 0; width: 100%; height: 43px; background-color: rgba(0,0,0,0.6); color: #fff; overflow: hidden; transition: all 1s linear; }
.Team-intro:hover{ background: rgba(222,0,11,0.8); }
.Team-intro h3 { font-size: 18px; font-weight: normal; color: #fff; line-height: 40px;  margin: 0px auto; padding: 0px; }
.Team-intro h3 span { font-size: 14px; line-height: 20px; font-weight: normal; padding-left: 10px; }
.Team-intro .text { height: 156px; }
.Team-intro p { font-size: 14px; color: #fff; line-height: 26px; }
.Team-intro a { margin-top: 25%; width: 47%; line-height: 48px; border: 1px solid #fff; border-radius: 5px; color: #fff; font-size: 16px; text-align: center; transition: all 0.3s linear; }
.Team-intro .btn_sj { float: left; }
.Team-intro .btn_zp { float: right; }
.Team-intro a:hover { background: #d80000; border-color: #d80000; }
.sy-news{
  background: url(../images/new_bg.jpg) no-repeat center top;
  padding-top: 100px;
  padding-bottom: 89px;
}
.nbg{ background: #fff;overflow: hidden; }
.nbg .col-xs-5,.nbg .col-xs-7{padding-right: 0px;padding-left: 0px;}
.nav-tabs>li>a{ padding: 30px 15px 30px 30px; background: #e8e8e8; }
.nav-tabs>li>a h5{ margin-bottom: 15px; }
.nav-tabs>li.active>a h5.n1,.nav-tabs>li.active>a p{ color: #ddd; }
.nav-tabs.nav-stacked > li.active > a, .nav-tabs.nav-stacked > li.active > a:hover, .nav-tabs.nav-stacked > li.active > a:focus {
    border: 1px solid #00b2d5;
    border-radius: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background-color:#00b2d5;
  color: #fff;
}
.nav-tabs.nav-stacked>.active a{
  background: #00b2d5;
  color: #fff;
}
.nav-tabs>li.active>a:hover h5.n1,.nav-tabs>li.active>a:hover p{ color: #ddd; }
.ntext{ padding:40px 33px;}
.ntext h3{ color: #333; font-weight: bold; margin-bottom: 15px; }
.ntext h3 span{color: #c3000a;  }
.hang-tit{ border-top:1px solid #c9dbe5; border-bottom:1px solid #c9dbe5; color: #fff; padding:15px 0 15px 20px; font-size: 24px; }
.ninfo{ color: #fff; }
.ninfo h3{ margin-top: 20px; margin-bottom: 28px; }
.ninfo p{ line-height: 26px; }
.ninfo h5{ margin-top: 20px; margin-bottom: 20px; color: #dddddd; }
.sy-footertop {
  background: #2e2f35;
  overflow: hidden;
}
.sy-footertop-w {
  width: 80%;
  padding: 30px 0 20px;
  overflow: hidden;
  margin: 0 auto;
}
.Bottom_Title h2 {
    color: #fff;
    font-size: 18px;
  line-height:35px;
}
.Bottom_Title hr {
  border:2px double #f8b62c;
    width: 45px;
    margin: 0px;
  padding:0px;
  overflow:hidden;
}
.bottom_list {
  padding:20px 0px;
  font-size:14px;
  color:#cccccc;
  margin:0px;
}
.bottom_list ul {padding:0px; margin:0px;}
.bottom_list li{text-align:left;position:relative;display:block;line-height:35px; font-size:14px; padding:0px; margin:0px;}
.bottom_list a {color:#cccccc;}
.bottom_list li img{ margin-bottom: 20px; }
.sy-footerbottom {
  background: #1660ab;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  padding: 30px 0px;
  color: #fff;
}
.botlink{
    text-align: left;
}
.botlink a{
    color: #fff;
}
.ny-about{ margin-top: 60px;margin-bottom: 60px; }
.ab-tit{ position: relative;padding-bottom: 10px; margin-bottom: 30px; }
.ab-tit:after{ 
  position: absolute;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
  content: "";
  width: 35px;
  height: 2px;
  background: #de0010;
 }
 .ab-tit h2{ font-size: 24px; }
 .ab-list .nav-tabs > li {
    width: 16.5%;
    text-align: center;
}
.ab-list .nav-tabs>li>a {
    padding: 15px 0px;
}

.ab-list .nav-tabs>li>a:hover {
    background-color: #00b2d5;
}

.ab-list .nav-tabs>li>a.active {
    background-color: #00b2d5;
}

.tab-content .tab-pane img{margin: 0 auto; display: block; text-align: center;}
.tab-content{ margin-top: 0px; }
.ny-ainfo p{ line-height: 30px; text-indent: 2rem; }
.video{ margin-bottom: 30px; }
.ab-list1 .nav-tabs > li {
    width: 25%;
}
.rat-news {
    padding: 30px 0;
    background: #f2f2f2;
    border-top: 1px solid #f0f2f5;
}
.rat-news-list {
  background: #ffffff;
  padding-bottom: 30px;
  overflow: hidden;
}

.media-left, .media>.pull-left {
    padding-right: 20px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.rat-news-list ul.rat-page-ajax {
  padding: 0px;
  list-style: none;
}
.rat-news-list ul.rat-page-ajax li {
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.rat-news-list ul.rat-page-ajax li:last-child {
  margin-bottom: 0px;
}
.rat-news-list ul.rat-page-ajax li h4 {
  margin: 0 0 10px;
  font-size: 18px;
}
.rat-news-list ul.rat-page-ajax li h4 a {
  color: #464646;
}
.rat-news-list ul.rat-page-ajax li h4 a:hover {
  color: #696969;
}
.rat-news-list ul.rat-page-ajax li p {
  font-size: 16px;
}
.rat-news-list ul.rat-page-ajax li p.des {
  color: #6a6a6a;
  margin-bottom: 10px;
  font-size: 13px;
}
.rat-news-list ul.rat-page-ajax li p.info {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}
.rat-news-list ul.rat-page-ajax li p.info span {
  margin-left: 10px;
}
.rat-news-list ul.rat-page-ajax li p.info span:first-child {
  margin: 0;
}
.rat-news-list ul.rat-page-ajax li p.info i {
  color: #a3afb7;
  font-weight: 300;
}
  .rat-news-list ul.rat-page-ajax li .media .media-left .media-object {
    height: 120px;
    max-width: none;
  }
.pagination{color: #666; text-align: center; clear:both; margin-top: 20px; margin-bottom: 10px;}
.pagination a{display: inline-block; *display: inline; *zoom: 1; margin-left: -1px; padding: 0 12px; height: 32px; line-height: 32px; color: #428bca; border: 1px solid #ddd; background: #fff; text-decoration: none; overflow:hidden;}
.pagination .prev::before{font-family: "fontawesome";display: inline-block; content:"\f104"; width: 10px; height: 10px; margin-right: 5px;}
.pagination .next::after{font-family: "fontawesome";display: inline-block; content: "\f105"; width: 10px; height: 10px; margin-left: 5px;}
.pagination a:not(.goto):hover{background-color: #eee; color: #2a6496}
.pagination a.cur,
.pagination a.cur:hover{background-color: #428bca; color: #fff; border-color: #428bca; margin-right: 1px}
.pagination a.disabled{background-color: #e6e6e6!important; color: #bbb!important; cursor: no-drop}
.pagination .prev{border-radius: 5px 0 0 5px}
.pagination .next{border-radius: 0 5px 5px 0; }
.ny-plist .col-md-3,.ny-plist .col-md-6{ padding-left: 0px;  padding-right: 0px; }
.tit1{ background: #f5f5f5; padding: 40px 0 20px 40px; margin-top: 0px; line-height: 36px; font-size: 24px; font-weight: normal; }
.ser-txt{ background: #999; color: #fff; padding:50px 0;}
.ser-txt h2{ margin-bottom: 30px; }
.btn-more{border:1px solid #fff; border-radius: 20px; padding:7px 15px; color: #fff;}
.btn-more:hover,.btn-more:focus{ background: #fff; color: #01bcaf; }
.sbg{ background: url(../images/ser2.jpg) no-repeat center top; min-height: 321px;}
.ser-txt1{background: rgba(0,0,0,0.3); min-height: 321px; padding:30% 0; }
.ser-txt3{ background: #999; padding:43px 0; }
.ser-txt4{ background: #999; padding:34px 0 35px; }
.ser-txt3 h2,.ser-txt4 h2,.ser-txt5 h2,.ser-txt6 h2{ margin-top: 0; }
.ser-txt5{ background: #999;padding:35px 0; }
.ser-txt6{ background: #999;padding:33px 0; }
.mt20{ margin-top: 60px; margin-bottom: 60px; }
.swiper-slide h2{ font-weight: normal; font-size: 16px; }
.product_list_page_rat{padding: 30px 0;}
.product_list_page_rat .less-page-content {  }
.product_list_page_rat .card-header a { display: block; position: relative; }
.product_list_page_rat .card-header a .mask { position: absolute; width: 100%; height: 100%; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); z-index: 2; }
.product_list_page_rat .card-header a img { -webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1); transition: all .6s cubic-bezier(.17, .84, .44, 1); width: 100%; }
.product_list_page_rat .card-title { text-align:center; border-bottom: 1px solid #e0e0e0; text-shadow: none; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1); transition: all .6s cubic-bezier(.215, .61, .355, 1); margin-bottom:0; color: #444444;color: ;}
.product_list_page_rat .card-title a { overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #444444;color: ; text-shadow: none; font-size: 16px; }
.product_list_page_rat .card-title p { color: #848484;color: ; padding:5px 0; margin: 0; font-size: 13px; }
.product_list_page_rat .card:hover .card-title { border-bottom: 1px solid #444444;border-bottom: 1px solid ; }
.product_list_page_rat .product-list .item { opacity: 0; transform: translate(0, 10%);margin-bottom: 20px; }
.product_list_page_rat-list .item .fa { color: #fff; width: 22px; height: 22px; font-size: 22px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.product_list_page_rat-list .item .fa:hover { text-decoration: none; }
.product_list_page_rat .card-title .btn{
  margin-top:15px;
  font-size:14px;
  background: transparent;
  border: 1px solid #e4c17e;
    border: 1px solid ;
  border-radius: 0;
}
.product_list_page_rat .card-title a.btn {color:#e4c17e;color:;}
.product_list_page_rat .card-title .btn:hover{
    background: #e4c17e;
  background: ;
    border: 1px solid #e4c17e;
  border: 1px solid ;
  color: #fff;
}
.overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 1px solid #ddd;
}
.overlay-figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0
}
.overlay-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff
}
.overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline
}
.overlay-panel>:last-child {
  margin-bottom: 0
}
.overlay-panel h1, .overlay-panel h2, .overlay-panel h3, .overlay-panel h4, .overlay-panel h5, .overlay-panel h6 {
  color: inherit
}
.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
  opacity: 0
}
.overlay-background {
  background: rgba(0,0,0,.5)
}
.overlay-image {
  width: 100%;
  max-width: 100%;
  padding: 0
}
.overlay-shade {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0)), color-stop(90%, rgba(255,255,255,.87)), to(#fff)) repeat scroll 0 0;
  background: transparent -webkit-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
  background: transparent -o-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0;
  background: transparent linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,.87) 90%, #fff 100%) repeat scroll 0 0
}
.overlay-top {
  bottom: auto
}
.overlay-bottom {
  top: auto
}
.overlay-left {
  right: auto
}
.overlay-right {
  left: auto
}
.overlay-icon {
  font-size: 0;
  text-align: center
}
.overlay-icon:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: ""
}
.overlay-icon .icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none
}
.overlay-anchor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.overlay-blur, .overlay-fade, .overlay-grayscale, .overlay-scale, .overlay-spin, [class*=overlay-slide] {
-webkit-transition-timing-function:ease-out;
-o-transition-timing-function:ease-out;
transition-timing-function:ease-out;
-webkit-transition-duration:.3s;
-o-transition-duration:.3s;
transition-duration:.3s;
-webkit-transition-property:opacity -webkit-transform -webkit-filter, opacity -webkit-transform filter;
-o-transition-property:opacity -o-transform filter;
transition-property:opacity transform filter
}
.overlay-fade {
  opacity: .7
}
.overlay-hover:hover .overlay-fade {
  opacity: 1
}
.overlay-scale {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.overlay-hover:hover .overlay-scale {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.overlay-spin {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0)
}
.overlay-hover:hover .overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg)
}
.overlay-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%)
}
.overlay-hover:hover .overlay-grayscale {
  filter: grayscale(0);
  -webkit-filter: grayscale(0)
}
[class*=overlay-slide] {
opacity:0
}
.overlay-slide-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}
.overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%)
}
.overlay-slide-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}
.overlay-slide-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}
.overlay-hover:hover [class*=overlay-slide] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0)
}
.comments {
  padding: 0;
  margin: 0
}

.card {border: 0px;border-radius:0px;-webkit-box-shadow: none;box-shadow:none;background: #fff;}
.h-card .overlay{
  min-height: 388px;
}
.card:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  }
.ab-list2 .nav-tabs > li {
    width: 16.6%;
}
.media-heading span{ font-weight: normal; font-size:14px; }

/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #bf901d;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #bf901d;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background: #bf901d;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#bf901d;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #bf901d;
    color: #fff;
    border-color: #bf901d;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}

		.friendlink {
				opacity: 0;
			float: left;
		}
		.friendlink i{
			list-style: none;
			font-style: normal;
			line-height: 30px;
			float: left;
			}
		.friendlink .linkTagcs {
			text-align: left;
			float: right;
			width: 181px;
			max-height: 30px;
			overflow: hidden;
			transition: 0.3s all ease-in-out;
			line-height: 30px;
		}
		.friendlink .linkTagcs a{
			display: block;
			color: #fff;
		}
		.friendlink .linkTagcs:hover {
			max-height: 60px;
			overflow-x: hidden;
			overflow-y: auto;
		}


.ntext>p,.ninfo>p{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.m50{
  margin-top: 50px !important;
}



























.media-object {
  text-align: left !important;
    margin: 0 !important;
    margin-bottom: 10px !important;}



@media (max-width:767px) {
  
  .carousel {
    margin-top: 62px;
  }
  .rat-nav .nav > li > a:hover {
    color: #222 !important;
  }
  .rat-nav .nav > li > a.hs:hover {
    color: #de0010 !important;
  }
  .about-img {
    position: inherit;
    width: 100%;}
  .about-us .box1 {padding-left: 0;}
  .about-us .box2 {
    margin-top: 20px;
    padding: 20px 0;
    background: #2787de;
    height: auto;
    margin-left: 0;}
    .animate-list-2,.sy-news{
    background-size: cover;}
    .case1, .case2 {
    width: 100%;
    padding: 0;}
    .nav-tabs > li > a {
    padding: 3px 10px 3px 10px;}
    .ntext h3{ line-height: 26px; }
    .ser-tit h2 {font-size: 25px;}
    .service {margin-top: 13px;}
    .icon1 h2::after, .ser-tit::after {
    left: 7%;}
    .nav-tabs > li > a h5{ line-height: 26px; }
    .ser-tit::after {
    left: 50%;}
    .ab-list .nav-tabs > li,.ab-list2 .nav-tabs > li,.ab-list3 .nav-tabs > li，.ab-list4 .nav-tabs > li {
    width: 50%;}



